@font-face {
  font-display: swap;
  font-family: "Basic";
  src: local("Basic-Regular"), url("/fonts/Basic-Regular.woff2") format("woff2"),
    url("/fonts/Basic-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: "Basic";
  src: local("Basic-Medium"), url("/fonts/Basic-Medium.woff2") format("woff2"),
    url("/fonts/Basic-Medium.woff") format("woff");
  font-weight: 500;
}

.hide,
.hideblock,
.hideblockhideblock,
.hideblockhideblockhideblock,
.hideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblockhideblockhideblock {
  display: none !important;
  margin: 0px !important;
}

.mob-filter:after {
  content: "1";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  background-color: #ff4f12;
  color: #fff;
  border-radius: 50%;
  pointer-events: none;
  line-height: 1.4;
  text-align: center;
}

.no-tarifs {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px;
  min-width: 100%;
  box-sizing: border-box;
}

.formR.notHome > div:not(.homeChoose) {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  display: none !important;
}

.clearEl div {
  opacity: 0;
  pointer-events: none;
}

.preload {
  opacity: 1 !important;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#cities-list li {
  margin: 10px 0 5px 30px;
}

.city-list__item {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.city-list__item li {
  margin: 5px 0 5px 20px;
}

.city-list__item li:last-child {
  margin: 5px 0 20px 20px;
}

.cities-item {
  text-decoration: none;
  transition: color 0.3s linear;
}

.cities-item > span {
  font-size: 12px;
}

.areas-item {
  cursor: pointer;
  transition: color 0.3s linear;
  margin: 10px 0;
  font-size: 16px;
}

.areas-item:hover,
.cities-item:hover,
.areas-item.checked {
  color: #ff4f12 !important;
}

.areas-item.checked .city-list__item {
  border-left: 1px solid;
}

#myInputCity {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  border: none;
  outline: 0;
  background: #f3f3f3;
  color: #787878;
}

#myInputCity::placeholder {
  color: #787878;
}

#cities-list,
#areas-list,
#searchList {
  overflow-y: auto;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  max-height: 80vh;
  padding-bottom: 50px;
  margin-bottom: 100px;
}

.chCity-close {
  cursor: pointer;
}

.forzind {
  z-index: 10 !important;
}

.forzind1 {
  z-index: 9 !important;
}

#street-inp,
#house-inp {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
}

.searchadr-ul {
  display: none;
  z-index: 50;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  max-height: 500px;
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
  overflow-y: auto;
  height: auto;
  background: rgba(240, 240, 240, 1);
  box-sizing: border-box;
  font-size: 16px;
}

.searchadr-item {
  cursor: pointer;
  transition: color 0.3s ease;
  line-height: 1;
  margin: 10px 0;
}

.searchadr-item:hover {
  color: rgba(119, 0, 255, 1) !important;
}

.all-tarifs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.all-tarifs > .tarifscard {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* .tarif-line {
  position: relative;
  flex: 0 0 340px;
  box-sizing: border-box;
  margin: 10px 10px 50px;
  text-align: center;
}

.tarif-line > .tarifscard:first-child {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.tarif-line > .tarifscard:nth-child(2) {
  top: -4px;
  left: 6px;
  z-index: 4;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.tarif-line > .tarifscard:nth-child(3) {
  top: -6px;
  left: 10px;
  z-index: 3;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.tarif-line > .tarifscard:nth-child(4) {
  top: -8px;
  left: 14px;
  z-index: 2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
} */

/* .popup .tarifscard {
  position: static !important;
  pointer-events: auto !important;
  box-shadow: none;
  width: 340px;
  margin: 0 auto;
}

.popup .tarifscard:hover {
  box-shadow: 0 0 20px #b074f5;
}

.tarifscard {
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 340px;
  color: #101828;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  line-height: 1;
  transition: box-shadow 0.5s ease;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  z-index: 1;
}

.tarifscard:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.tarifscard.igrov {
  background-color: #0d162d;
  color: #fff;
  background-image: url(/files/storage/igrov_bg.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 300px 400px;
}

.tarifscard.igrov .tarifs-podr {
  color: #fff;
}

.tarifscard.igrov .tarifs-podr:hover {
  color: #b074f5;
}

.tarifscard.kinoman {
  background-image: url(/files/storage/kinoman_bg.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 340px;
}

.tarifs-type {
  display: flex;
}

.tarifs-type > p {
  margin: 0 10px 0 0;
  border-radius: 4px;
  padding: 10px 15px 8px;
  color: #fff;
  background-color: rgb(195, 136, 246);
}

.tarifs-type > p.t-tv {
  background-color: rgb(125, 211, 62);
}

.tarifs-type > p.t-mob {
  background-color: rgb(104, 197, 255);
}

.tarifs-name {
  margin: 20px 0;
  font-size: 26px;
  font-weight: 700;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tarifs-attr {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tarifs-attr span {
  font-size: 28px;
  font-weight: 500;
}

.attr-item {
  flex: 0 0 50%;
}

.attr-item:only-child {
  flex: 0 0 100%;
}

.attr-tv,
.attr-int {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 4px solid #ff4f12;
  border-radius: 10px;
}

.attr-int {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
}

.attr-int::after {
  content: attr(data-tech);
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  font-size: 80%;
}

.attr-tv a {
  text-decoration: none;
  color: #ff4f12;
  transition: color 0.4s ease;
  font-size: 28px;
  font-weight: 500;
}

.attr-tv a:hover {
  color: rgb(119, 0, 255);
}

.item-block {
  font-size: 18px;
  margin-bottom: 10px;
}

.item-block > p {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}

.item-block strong {
  font-size: 110%;
}

.advantage {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 4px;
  line-height: 1.4;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.tarifs-cost {
  margin: 16px 0 10px 0;
}

.tarif-ap {
  font-size: 60px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.tarif-ap:before,
.tarif-ap:after {
  position: absolute;
  left: 110%;
  font-size: 30%;
}

.tarif-ap:before {
  content: "руб";
  top: 16%;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}

.tarif-ap:after {
  content: "мес";
  top: 46%;
}

.tarif-comap {
  color: rgb(119, 0, 255);
  font-size: 130%;
}

.tarif-apnext {
  text-decoration: line-through;
  font-size: 120%;
  line-height: 1;
  margin-bottom: 10px;
}

.tarifs-btn {
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 0;
  color: #fff;
  background-color: #ff8218;
  transition: all 0.5s ease;
  margin-bottom: 16px;
}

.tarifs-btn:hover {
  background-color: #ff4f12;
}

.tarifs-podr {
  color: #101828;
  transition: color 0.5s ease;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.tarifs-podr:hover {
  color: #b074f5;
} */

.swiper-container {
  min-width: 0;
}

.dop-tarifs {
  position: absolute;
  top: 100%;
  left: 60px;
  z-index: 10;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  padding: 2px 16px 6px;
  color: #000;
  transition: color 0.3s ease;
  background-color: rgb(219 216 216);
  border-radius: 0 0 10px 10px;
  z-index: 4;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 50%);
}

.dop-tarifs:hover {
  color: rgb(119, 0, 255);
}

/* .item-block div.flex-speed {
  background-image: none !important;
  padding: 10px 20px;
  text-align: left;
  margin: 0 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 120px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
  box-shadow: inset 0 0 2px #434856;
}

.item-block div.flex-speed:not(.active):hover {
  background: #a1a5b1 !important;
}

.item-block div.flex-speed.active {
  background: #434856;
  color: #fff;
} */

.tooltip {
  position: fixed;
  padding: 8px 10px;
  border: 1px solid rgb(16, 24, 40);
  border-radius: 10px;
  font: 10px/1.3 sans-serif;
  color: #ffffff;
  background: rgb(16, 24, 40);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
}

.btn-main {
  background: #ff4f12 !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5rem !important;
  padding: 14px 12px 14px 12px !important;
  border-radius: 8px;
  transition: all 0.4s ease;
}

.btn-main:hover {
  background: rgba(255, 79, 18, 0.62) !important;
}

.btn-main2 {
  background: rgb(255, 255, 255) !important;
  color: #585d69 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5rem !important;
  padding: 12px 12px 12px 12px !important;
  border-radius: 8px;
  border: 2px solid #797e8b;
  transition: all 0.4s ease;
}

.btn-main2:hover {
  background: #f7f7f7 !important;
}

.btn-main3 {
  background: rgb(120, 0, 255) !important;
  color: rgb(255, 255, 255) !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 500 !important;
  padding: 14px 12px 14px 12px !important;
  border-radius: 8px;
  transition: all 0.4s ease;
}

.btn-main3:hover {
  background: rgba(120, 0, 255, 0.7) !important;
}

.btn-main4 {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
  padding: 6px 12px 6px 12px !important;
  border-radius: 8px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.btn-main4:hover {
  background: rgba(255, 255, 255, 0.4) !important;
}

h1.h1b,
h2.h2b,
h3.h3b,
h4.h4b {
  color: rgb(16, 24, 40) !important;
}

@media (max-width: 1279px) {
  h1.h1b,
  h1.h1w {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  h2.h2b,
  h2.h2w {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  h3.h3b,
  h3.h3w {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  h4.h4b,
  h4.h4w {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

h1.h1w,
h2.h2w,
h3.h3w,
h4.h4w {
  color: rgb(255, 255, 255) !important;
}

.text-main {
  color: rgb(16, 24, 40) !important;
}

.text-main a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: rgb(255, 79, 18) !important;
}

.text-main a:hover {
  color: #d33706 !important;
}

.text-main2 {
  color: #7c8089 !important;
}

.text-main3 {
  color: #4c525e !important;
}

.tooltip {
  position: fixed;
  padding: 8px 10px;
  border: 1px solid #191919;
  border-radius: 10px;
  font: 10px/1.3 sans-serif;
  color: #ffffff;
  background: #191919;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
}
